From: Richard M. Stallman Date: Fri, 17 Aug 2007 04:30:09 +0000 (+0000) Subject: Whitespace fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17373 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9ff482daf5a0da6ca71fcd6bd136b4a00f4a775d;p=emacs.git Whitespace fix. --- diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index bafe42b950f..91518641938 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -770,7 +770,8 @@ This command shares argument histories with \\[rgrep] and \\[grep]." ;; even when async processes aren't supported. (compilation-start (if (and grep-use-null-device null-device) (concat command " " null-device) - command) 'grep-mode)) + command) + 'grep-mode)) (if (eq next-error-last-buffer (current-buffer)) (setq default-directory dir))))))